home *** CD-ROM | disk | FTP | other *** search
/ Video Toaster 4.3 / Video Toaster v4.3.iso / 4.2 / programs / documentation / flyer / flyererrors.doc < prev    next >
Text File  |  1998-04-16  |  3KB  |  76 lines

  1. *********************************************
  2. **** Return Codes for Flyer Calls (v4.0) ****
  3. *********************************************
  4.  
  5. These are the internal Flyer error codes that are returned to various Amiga code
  6. that employs the Flyer, including the Toaster, flyer.library, flyerscsi.device,
  7. and FlyerFileSystem.  Since these codes are (hopefully) handled by the calling
  8. software, users should rarely see these codes, except possibly from the record
  9. panel and from the CLI utilities found in flyer_support/c.
  10.  
  11. *** General Flyer Errors ***
  12. 0       Okay -- all went well
  13. 1       Flyer command failed
  14. 2       Still in progress
  15. 3       Host aborted Flyer command
  16. 4       Bad command parameter
  17. 5       Command not defined/supported
  18. 6       Ran past end of clip
  19. 7       Wrong play/record mode for action
  20. 8       Incompatible data
  21. 9       No free audio channel(s)
  22. 10      Video/SCSI channel not available
  23. 11      Bad field handle
  24. 12      Clip started late
  25. 13      Dropped fields
  26.  
  27. *** Flyer Internal Errors ***
  28. 16      No SCSI tasks available for use
  29. 17      Internal list corrupt
  30. 18      Internal list error
  31. 19      EEPROM failure
  32. 20      No FrameFinders available for use
  33. 31      Incompatible module provided (testing only)
  34.  
  35. *** FileSystem Hook Errors ***
  36. 32      Could not find file/directory
  37. 33      Drive full
  38. 34      Directory full
  39. 35      Directory list exhausted
  40. 36      FileSystem failure
  41. 37      Wrong type of object
  42. 38      Drive not high-level formatted
  43. 39      Exclusive lock prevented action
  44. 40      Seek beyond bounds
  45. 41      End of file, and cannot extend file
  46. 42      Drive write-protected
  47. 43      Locks on different objects
  48. 44      File already exists
  49. 45      Out of storage
  50. 46      Delete-protected file
  51. 47      Read-protected file
  52. 48      Write-protected file
  53. 49      Disk/object in use
  54. 50      Directory was not empty
  55.  
  56. *** SCSI Errors ***
  57. 64      SCSI Time-out -- no drive at specified unit number
  58. 65      Bad status returned from drive after executing command
  59. 66      Unsupported logical block size (new for 4.0)
  60. 67-82   Misc low level SCSI problems (check cabling)
  61.  
  62. *** DMA errors ***
  63. 96-97   Low level DMA problems (check with Marty)
  64. 98      DMA count mismatch (could be a SCSI cable problem)
  65.  
  66. *** Host (Amiga) Library Errors ***
  67. 112     Flyer card specified does not exist
  68. 113     Library failed to pass command to Flyer
  69. 114     An asynchronous command failed
  70. 115     Flyer volume name not found
  71. 116     Library<->Flyer shared RAM is clogged
  72. 117     Illegal asynchronous ID
  73.  
  74.  
  75. jmf  21 Mar 95
  76.